PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / save Method
Destination stream.
Security handler for encrypting the saved file.
When set to true, the structure of the PDF Objects is also compressed. Supported when PDF version >= 1.5
In This Topic
    save Method
    In This Topic
    Saves the PDF document to the specified stream.
    Syntax

    Parameters

    stream
    Destination stream.
    securityHandler
    Security handler for encrypting the saved file.
    enableObjectCompression
    When set to true, the structure of the PDF Objects is also compressed. Supported when PDF version >= 1.5
    See Also